Microsoft Data Access Components - significado y definición. Qué es Microsoft Data Access Components
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

Qué (quién) es Microsoft Data Access Components - definición

FRAMEWORK
Universal Data Link

Microsoft Data Access Components         
<database> (MDAC) Microsoft's umbrella term for their {ActiveX Data Objects} (ADO), OLE DB, and {Open Database Connectivity} (ODBC) libraries. Together, these provide access to a variety of data sources, both relational (SQL) and nonrelational. MDAC is the technology that supports Universal Data Access, Microsoft's strategy for providing access to information across the enterprise. http://msdn.microsoft.com/library/en-us/mdacsdk/htm/mdacstartpage1.asp. (2004-02-17)
MS Access         
  • The logo for Access from 2013 to 2019
  • Office XP]]
DATABASE MANAGER THAT IS PART OF THE MICROSOFT OFFICE PACKAGE
Microsoft Access Development; MS Access; Microsoft access; Ms access; Ms Access; MS access; Access 97; MSACCESS; Microsoft Office Access; .mdb; Msaccess.exe; Office Access; .mde; Microsoft Access 2002; Access 2002; Access 2; Accdb; .accdb; Microsoft Acces; Microsoft Access 2007; Access 97 SR2; MSAccess; .accdr; .accdt; .accda; .accde; .laccdb
Microsoft Access         
  • The logo for Access from 2013 to 2019
  • Office XP]]
DATABASE MANAGER THAT IS PART OF THE MICROSOFT OFFICE PACKAGE
Microsoft Access Development; MS Access; Microsoft access; Ms access; Ms Access; MS access; Access 97; MSACCESS; Microsoft Office Access; .mdb; Msaccess.exe; Office Access; .mde; Microsoft Access 2002; Access 2002; Access 2; Accdb; .accdb; Microsoft Acces; Microsoft Access 2007; Access 97 SR2; MSAccess; .accdr; .accdt; .accda; .accde; .laccdb
1. <database> A relational database running under {Microsoft Windows}. Data is stored as a number of "tables", e.g. "Stock". Each table consists of a number of "records" (e.g. for different items) and each record contains a number of "fields", e.g. "Product code", "Supplier", "Quantity in stock". Access allows the user to create "forms" and "reports". A form shows one record in a user-designed format and allows the user to step through records one at a time. A report shows selected records in a user-designed format, possibly grouped into sections with different kinds of total (including sum, minimum, maximum, average). There are also facilities to use links ("joins") between tables which share a common field and to filter records according to certain criteria or search for particular field values. Version: 2 (date?). Usenet newsgroup: news:comp.databases.ms-access. 2. <communications> A communications program from Microsoft, meant to compete with ProComm and other programs. It sucked and was dropped. Years later they reused the name for their database. [Date?] (1997-07-20)

Wikipedia

Microsoft Data Access Components

Microsoft Data Access Components (MDAC; also known as Windows DAC) is a framework of interrelated Microsoft technologies that allows programmers a uniform and comprehensive way of developing applications that can access almost any data store. Its components include: ActiveX Data Objects (ADO), OLE DB, and Open Database Connectivity (ODBC). There have been several deprecated components as well, such as the Jet Database Engine, MSDASQL (the OLE DB provider for ODBC), and Remote Data Services (RDS). Some components have also become obsolete, such as the former Data Access Objects API and Remote Data Objects.

The first version of MDAC was released in August 1996. At that time Microsoft stated MDAC was more a concept than a stand-alone program and had no widespread distribution method. Later Microsoft released upgrades to MDAC as web-based redistributable packages. Eventually, later versions were integrated with Microsoft Windows and Internet Explorer, and in MDAC 2.8 SP1 they ceased offering MDAC as a redistributable package.

Throughout its history, MDAC has been the subject of several security flaws, which led to attacks such as an escalated privileges attack, although the vulnerabilities were generally fixed in later versions and fairly promptly. The current version is 2.8 service pack 1, but the product has had many different versions and many of its components have been deprecated and replaced by newer Microsoft technologies. MDAC is now known as Windows DAC in Windows Vista.